body
{
	color: #D5D5D5;
	background-color: #000;
	font-family: Comic Sans MS;	
}
button
{
	width: 12em;
	height: 4em;
	border: none;
	font: inherit;
	color: inherit;
	background-color: #FF4500;
	cursor: pointer;
	white-space: nowrap;
	border: 2px solid #000;	
}
input[type="text"]
{
	width: 12em;
	height: 2em;
	border: none;
	font: inherit;
	color: #32CD32;
	background-color: #D5D5D5;
	cursor: pointer;
	white-space: nowrap;
	border: 2px solid #000;	
}
#centerOfPage
{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	flex-direction: column;
}